[INFO] cloning repository https://github.com/alesharik/flashtool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alesharik/flashtool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fflashtool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fflashtool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f766d1af5fddee3f74b715c413cb1162b0566f75
[INFO] checking alesharik/flashtool/f766d1af5fddee3f74b715c413cb1162b0566f75 against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fflashtool" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alesharik/flashtool
[INFO] finished tweaking git repo https://github.com/alesharik/flashtool
[INFO] tweaked toml for git repo https://github.com/alesharik/flashtool written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alesharik/flashtool on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alesharik/flashtool already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/alesharik/adb_client.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fastboot-protocol v0.3.0
[INFO] [stderr]   Downloaded cc v1.2.22
[INFO] [stderr]   Downloaded homedir v0.3.4
[INFO] [stderr]   Downloaded lazy-regex v2.5.0
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v2.4.1
[INFO] [stderr]   Downloaded duration-human v0.1.10
[INFO] [stderr]   Downloaded rusb v0.9.4
[INFO] [stderr]   Downloaded clap-duration v0.1.11
[INFO] [stderr]   Downloaded mdns-sd v0.13.9
[INFO] [stderr]   Downloaded bindgen v0.69.5
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.1
[INFO] [stderr]   Downloaded libusb1-sys v0.7.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a
[INFO] running `Command { std: "docker" "start" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking quick-protobuf v0.8.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking if-addrs v0.13.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking homedir v0.3.4
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking mdns-sd v0.13.9
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v2.4.1
[INFO] [stderr]    Compiling lazy-regex v2.5.0
[INFO] [stderr]     Checking nusb v0.1.14
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling duration-human v0.1.10
[INFO] [stderr]    Compiling clap-duration v0.1.11
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking fastboot-protocol v0.3.0
[INFO] [stderr]     Checking flashtool-tool-fastboot v0.1.0 (/opt/rustwide/workdir/infra/tool-fastboot)
[INFO] [stderr]     Checking flashtool-fastboot-rockchip v0.1.0 (/opt/rustwide/workdir/logic/fastboot-rockchip)
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking rsa v0.9.8
[INFO] [stderr]     Checking flashtool-project v0.1.0 (/opt/rustwide/workdir/infra/project)
[INFO] [stderr]     Checking flashtool-project-partitions v0.1.0 (/opt/rustwide/workdir/infra/project-partitions)
[INFO] [stdout] warning: unused import: `core::marker::PhantomData`
[INFO] [stdout]  --> infra/project-partitions/src/hex.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::marker::PhantomData;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::marker::PhantomData`
[INFO] [stdout]  --> infra/project-partitions/src/hex.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::marker::PhantomData;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> infra/project-partitions/src/hex.rs:19:45
[INFO] [stdout]    |
[INFO] [stdout] 19 |             let s = format!("0x{:x}", data);;
[INFO] [stdout]    |                                             ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> infra/project-partitions/src/hex.rs:19:45
[INFO] [stdout]    |
[INFO] [stdout] 19 |             let s = format!("0x{:x}", data);;
[INFO] [stdout]    |                                             ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking flashtool-boot-align v0.1.0 (/opt/rustwide/workdir/logic/boot-align)
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]  --> logic/boot-align/src/lib.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tracing::{debug, error, info, instrument};
[INFO] [stdout]   |               ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PartitionEntry`
[INFO] [stdout]  --> logic/boot-align/src/lib.rs:6:62
[INFO] [stdout]   |
[INFO] [stdout] 6 | use flashtool_project_partitions::{Partition, PartitionArea, PartitionEntry, ProjectPartitionManager};
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]  --> logic/boot-align/src/lib.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tracing::{debug, error, info, instrument};
[INFO] [stdout]   |               ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PartitionEntry`
[INFO] [stdout]  --> logic/boot-align/src/lib.rs:6:62
[INFO] [stdout]   |
[INFO] [stdout] 6 | use flashtool_project_partitions::{Partition, PartitionArea, PartitionEntry, ProjectPartitionManager};
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking rcgen v0.13.2
[INFO] [stderr]     Checking adb_client v2.1.12 (https://github.com/alesharik/adb_client.git#9caf88e9)
[INFO] [stderr]     Checking flashtool-tool-adb v0.1.0 (/opt/rustwide/workdir/infra/tool-adb)
[INFO] [stderr]     Checking flashtool-read-partitions v0.1.0 (/opt/rustwide/workdir/infra/read-partitions)
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> infra/tool-adb/src/tool.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 Err(RustADBError::DeviceNotFound(e)) => {
[INFO] [stdout]    |                                                  ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_tcp` and `from_usb` are never used
[INFO] [stdout]   --> infra/tool-adb/src/device.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl AdbDevice {
[INFO] [stdout]    | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub(crate) fn from_tcp(device: ADBTcpDevice) -> Self {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub(crate) fn from_usb(device: ADBUSBDevice) -> Self {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> infra/tool-adb/src/tool.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 Err(RustADBError::DeviceNotFound(e)) => {
[INFO] [stdout]    |                                                  ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_tcp` and `from_usb` are never used
[INFO] [stdout]   --> infra/tool-adb/src/device.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl AdbDevice {
[INFO] [stdout]    | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub(crate) fn from_tcp(device: ADBTcpDevice) -> Self {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub(crate) fn from_usb(device: ADBUSBDevice) -> Self {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking flashtool-adb-partitions v0.1.0 (/opt/rustwide/workdir/logic/adb-partitions)
[INFO] [stderr]     Checking flashtool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.74s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a", kill_on_drop: false }`
[INFO] [stdout] ee2654072ce0f5a89518eaffe7e5bea576fe767ca34476051a937b5994ef809a
